home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 June: Reference Library / Dev.CD Jun 96 RL / Dev.CD Jun 96 RL.toast / Technical Documentation / develop / develop Issue 6 / develop Issue 6 code / TCP.sea / TCP / NewsWatcher / NW Source / Source / full.h < prev    next >
Encoding:
Text File  |  1994-07-18  |  313 b   |  7 lines

  1. short FindGroupIndex (char *name);
  2. OSErr ReadGroupsFromPrefs (FSSpec *fspec, Boolean prefsInDataFork, unsigned long prefsVersion);
  3. OSErr CheckForNewGroups (TGroup ***newGroupsArray, short *numNewGroups);
  4. OSErr DoCheckForNewGroups (void);
  5. OSErr DoCheckForDeletedGroups (void);
  6. OSErr DoRebuildFullGroupList (void);
  7.